stack trace 예문
- The stack trace of each allocation, including in which thread.
어떤 스레드에 있는지를 포함하여, 각 할당의 스택 추적 - Show_exceptions Show a stack trace in the browser when an exception happens.
show_exceptions 예외 발생 시에 브라우저에 스택 추적을 보임. - You should make sure that an application has debugging disabled before deploying into production scenario. Stack Trace:
생산 시나리오로 배포하기 전에 먼저 응용 프로그램에 디버깅이 비활성화되어 있는지 확인하십시오. 스택 추적: - Information regarding the origin and location of the exception can be identified using the exception stack trace below.
아래의 예외 스택 추적을 사용하여 예외의 원인 및 위치 정보를 확인할 수 있습니다. - Please review the stack trace for more information about the error and where it originated in the code.
스택 추적을 검토하여 발생한 오류 및 코드에서 오류가 발생한 위치에 대한 자세한 정보를 확인하십시오. - Can also be set to :after_handler to trigger app-specified error handling before showing a stack trace in the browser.
:after_handler 를 설정함으로써 브라우저에서 스택 트레이스를 보여주기 전에 앱에 특화된 에러 핸들링을 할 수도 있음. - Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace:
아래의 예외 스택 추적을 사용하여 예외의 원인 및 위치 정보를 확인할 수 있습니다. 스택 추적: - Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace:
아래의 예외 스택 추적을 사용하여 예외의 원인 및 위치 정보를 확인할 수 있습니다. 스택 추적: - As you walk the stack trace, you can also analyze the value of any variable at that particular point of runtime execution.
스택을 추적해 가면서 런타임 실행에서 특정 지점의 어떤 변수 값을 분석할 수도 있습니다. - When an app throws an exception, logcat shows a message followed by the associated stack trace containing links to the line of code.
앱에서 예외가 발생하면 logcat Monitor가 메시지를 표시한 다음 코드에 대한 링크를 포함한 관련 스택 추적을 표시합니다. - The script takes the mapping.txt file and your stack trace, producing a new, readable stack trace. The syntax for using the retrace tool is:
이 스크립트는 mapping.txt 파일과 여러분의 스택 추적을 가져와서 새로운 읽기 가능 스택 추적을 생성합니다. retrace 도구를 사용하는 구문은 다음과 같습니다. - The script takes the mapping.txt file and your stack trace, producing a new, readable stack trace. The syntax for using the retrace tool is:
이 스크립트는 mapping.txt 파일과 여러분의 스택 추적을 가져와서 새로운 읽기 가능 스택 추적을 생성합니다. retrace 도구를 사용하는 구문은 다음과 같습니다. - If you want to use the system log to debug your app, make sure your code writes log messages and prints the stack trace for exceptions while your app is in the development phase.
앱 디버깅을 위해 시스템 로그를 사용하려면, 앱의 개발 단계에서 코드에 로그 메시지를 쓰고 예외의 스택 추적을 출력해야 합니다. - By retaining a copy of the mapping.txt file for each release build, you'll be able to debug a problem if a user submits an obfuscated stack trace from an older version of your app.
각 릴리스 빌드에 대해 mapping.txt 파일 복사본을 유지하게 되면, 사용자가 구버전의 앱에서 난독 처리된 스택 추적을 제출하는 경우 문제를 디버그할 수 있습니다.